On this pageIsSystemNotRasterFontUnit: DXFConvDescriptionDetermines if font specified in AFontName is system font.Returns 1 if font specified in AFontName isn’t a system font.Returns 0 if font specified in AFontName is a system font.Syntaxfunction IsSystemNotRasterFont(AFontName: string): Integer;